home *** CD-ROM | disk | FTP | other *** search
/ Minami 55 / MINAMI55.ISO / Varios / Juegos / 05 - Power_Ranger.swf / scripts / DefineSprite_527 / frame_6 / DoAction.as
Text File  |  2004-10-04  |  190b  |  11 lines

  1. if(_parent.scale >= 100)
  2. {
  3.    _parent._x -= (_parent.muki * 2 - 1) * 12.2;
  4.    _parent._y -= 20;
  5. }
  6. else
  7. {
  8.    _root.s0.a._x -= (_root.muki * 2 - 1) * 12.2;
  9.    _root.s0.a._y -= 20;
  10. }
  11.